AOnEditorActionListener
Complete API reference for AOnEditorActionListener, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class AOnEditorActionListener
Methods
| Signature | Returns | Description |
|---|---|---|
onEditorAction(TextView, int, KeyEvent) | boolean | Performs the onEditorAction operation using the provided parameters (v, actionId, event). |
onEditorActionEvent(TextView, int, KeyEvent) | boolean | Executes onEditorActionEvent and returns after the underlying engine call finishes. |